object Form1: TForm1 Left = 178 Top = 105 Width = 611 Height = 300 Caption = 'FormSet Demo' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 16 object FormSet1: TFormSet Left = 0 Top = 252 Width = 603 Height = 21 Align = alBottom Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Tabs.Strings = ( 'Page &1' 'Page &2' 'Page &3') TabIndex = 0 OnClick = FormSet1Click OnChange = FormSet1Change OnTabLoad = FormSet1TabLoad end end